home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / util / cdity / ModeProSrc.lha / revision_data < prev    next >
Text File  |  1999-01-11  |  2KB  |  40 lines

  1. Revision Info
  2. --------------------------------------------------------------------------------------------------
  3.  
  4. 4.52 Daemon
  5.       - Added exit code where if pd->Promote is set to 0 (after user cancels "Requester" promotion. 
  6.         Now "Don't Promote" really doesn't promote.
  7.       - LockPubScreenList() patch removed due to: ADPro, DOpus that reference the 
  8.         Screen pointer; Birdie LockPubScreen all screens in the List.
  9.       - LockPubScreenList() patch kludged reduce enforcer hits by ADPro and DOpus. 
  10.         Screen pointer.
  11.       - CloseScreen patch modified. Slightly
  12.       - Disabling promotion nolonger disables public screens, and will no longer flash a blank black screen.
  13.  
  14. 4.51  Prefs
  15.       - Repaired gd_Overscan() - Never saved the result (caused in ver 4.x).
  16.       Daemon
  17.       - Repaired LockPubScreenList() to handle nested calls.
  18.       - Added bug string to UnlockPubScreenList when the list is not locked
  19.  
  20. 4.50  Daemon
  21.       - Removed duplicate ReleasePens code in FreeOpenNode()
  22.       - Added bounds checking to num and num2 in mpObtainPens()
  23.       - Added max value check to num and num1 in mpObtainPens() in case user does "10-5" for example
  24.  
  25.  
  26.  
  27. ----------------------------------------------------------------------------------------------------
  28. (4.63.1) - Work:sc/Programs/ModePro/ModePro.h
  29. Description: Was ForcedEditPort, now general "to do" port.
  30. ...
  31.   struct MsgPort PrefsToDoPort;   // v4.27 // Things that the prefs editor must do (ForcedEdit Msgs for ex)
  32. ...
  33.  
  34. ----------------------------------------------------------------------------------------------------
  35. (4.63.2) - Work:sc/Programs/ModePro/ModePro.h
  36. Description: Alias for now
  37. ...
  38. #define ForcedEditPort PrefsToDoPort
  39. ...
  40.